home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / telecomm / misc / ami2guidev1a.lha / aminet2guide / a2g.doc < prev    next >
Encoding:
Text File  |  1995-02-10  |  1.5 KB  |  54 lines

  1.  
  2. "a2g" is an ARexx script which I wrote to make using Aminet2Guide with Term
  3. a lot easier.
  4.  
  5.  
  6. To use "a2g", first copy the "a2g.rexx" file into your "S:" directory.
  7.  
  8.  
  9. Then, when you're logged into Aminet (via Term, of course!):
  10.  
  11. 1) "get TT" a RECENT or INDEX listing (i.e., have the listing displayed to
  12.    your Term output window)
  13.  
  14.    For example, the command I would issue to obtain a RECENT listing via
  15.    the Delphi on-line service ftp is: 
  16.  
  17.       get "RECENT" TT
  18.  
  19. 2) Switch back to the Workbench screen
  20.  
  21. 3) From a shell, type in the following command:
  22.  
  23.       rx S:a2g.rexx
  24.  
  25.  
  26. The "a2g" ARexx program will then do the following for you:
  27.  
  28.    1) Save the displayed RECENT/INDEX listing to a file called
  29.       "RAM:Aminet"
  30.  
  31.    2) Turn on the "Shanghai windows" option of the Term screen
  32.  
  33.    3) Use "C:Aminet2Guide" to create a RAM:Aminet.guide file from
  34.       the RAM:Aminet file 
  35.  
  36.    4) Use "C:AmigaGuide" to display the RAM:Aminet.guide database
  37.       in a window on the Term screen
  38.  
  39.    5) Once you've quit the AmigaGuide window, turn off the "Shanghai
  40.       windows" for the Term screen
  41.  
  42.  
  43. Of course, you can modify the ARexx program to your liking if you
  44. have the "AmigaGuide" or "Aminet2Guide" programs somewhere other than
  45. "C:", or want to change the location/name of either the saved Term buffer
  46. file or Aminet2Guide output file.
  47.  
  48.  
  49. WARNING: "a2g" should ONLY be run from OUTSIDE the Term program
  50.          (i.e., from the CLI/Shell).  For some unknown reason,
  51.          running this from within Term causes the Term screen to
  52.          go blank!
  53.  
  54.